Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update D8 Solr config #73

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update D8 Solr config #73

wants to merge 1 commit into from

Conversation

byrond
Copy link

@byrond byrond commented Sep 21, 2020

Using the latest box with Solr 7, we were receiving the following error:
You are using outdated Solr configuration set. Please follow the instructions described in the README.md file for setting up Solr.

Downloading and extracting the config from the site's Get config.zip link solved the error message, and search still appeared to work correctly.

@byrond byrond requested review from agentrickard and becw September 21, 2020 13:55
@@ -49,7 +49,7 @@
that avoids logging every request
-->

<schema name="drupal-8.3.8-solr-7.x" version="1.6">
<schema name="drupal-4.1.0-solr-7.x-0" version="1.6">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this version number is used, but that's how it was downloaded from the site.

solr.selectSearchHandler.timeAllowed=-1
solr.autoCommit.MaxDocs=-1
solr.autoCommit.MaxTime=15000
solr.autoSoftCommit.MaxDocs=-1
solr.autoSoftCommit.MaxTime=-1
# Do not set install.dir. https://www.drupal.org/project/search_api_solr/issues/3015993
#solr.install.dir=../../..
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could actually be left in, if desired.

# Do not set install.dir. https://www.drupal.org/project/search_api_solr/issues/3015993
#solr.install.dir=../../..

solr.luceneMatchVersion=7.7
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may possibly be the only line required to clear up the error I was experiencing.

@byrond byrond self-assigned this Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant